From: Theodore Ts'o Date: Mon, 23 Jul 2012 00:23:31 +0000 (-0400) Subject: ext4: remove unused variable in ext4_update_super() X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~10642^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8a9918497bcf5aaa8d45eb61c373605bc4e8c81f;p=linux-4.9.git ext4: remove unused variable in ext4_update_super() Signed-off-by: "Theodore Ts'o" --- diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c index 17d38de4068c..50530bdbc02a 100644 --- a/fs/ext4/resize.c +++ b/fs/ext4/resize.c @@ -1197,7 +1197,7 @@ static void ext4_update_super(struct super_block *sb, struct ext4_new_group_data *group_data = flex_gd->groups; struct ext4_sb_info *sbi = EXT4_SB(sb); struct ext4_super_block *es = sbi->s_es; - int i, ret; + int i; BUG_ON(flex_gd->count == 0 || group_data == NULL); /*